home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / kbackup-.000 / KBackup-1.2.7.tar / KBackup / src / paths < prev    next >
Text File  |  1996-02-12  |  786b  |  32 lines

  1. #
  2. # /home/kbackup/.CVSROOT/KBackup/src/paths,v 1.11 1996/02/12 22:22:07 kbackup Exp
  3. #
  4. # This file is Copyright (C) 1995 by Karsten Ballⁿder
  5. #                Karsten.Ballueder@stud.uni-karlsruhe.de
  6. #
  7. # It is part of the KBackup package, see the file COPYING for details.
  8. #
  9. #
  10. # These are the names of important programs used by KBackup.
  11. # If KBackup cannot find them, you can specify their absolute
  12. # paths, e.g.  TAR=/usr/gnu/bin/gtar
  13. #
  14. DIALOG=dialog
  15. SED=sed
  16. AFIO=afio
  17. TAR=gtar    # this MUST be GNU tar!
  18. DD=dd
  19. GREP=grep
  20. FGREP=fgrep
  21. # on Linux: gtar is called tar
  22. help="`uname`"
  23. if [ "$help" = "Linux" ] ; then TAR=tar; fi
  24. #
  25. # default directories as recommended by installation program:
  26. #
  27. progdir=/bin
  28. srcdir=/etc/KBackup
  29. kbackdir=/var/adm/KBackup
  30. datadir=/var/adm/KBackup/Data
  31. docdir=/usr/doc/KBackup
  32.